net/http.http2serverConn.writingFrameAsync (field)
8 uses
net/http (current package)
h2_bundle.go#L4407: writingFrameAsync bool // started a frame on its own goroutine but haven't heard back on wroteFrameCh
h2_bundle.go#L4767: if sc.writingFrameAsync {
h2_bundle.go#L5069: sc.writingFrameAsync = false
h2_bundle.go#L5078: sc.writingFrameAsync = false
h2_bundle.go#L5086: sc.writingFrameAsync = true
h2_bundle.go#L5089: sc.writingFrameAsync = true
h2_bundle.go#L5107: sc.writingFrameAsync = false
h2_bundle.go#L5171: for !sc.writingFrameAsync {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |